LavaLamp! if you consider

http://gmarwaha.com/blog/?cat=8
http://gmarwaha.com/jquery/lavalamp/js/jquery.lavalamp.js

+ also addition to

also a dropdown selection to apply it to Drupal primary + secondary navigation menus with menu hook -just an idea- thanks

Comments

ica’s picture

correction:
it would be better a 'checkbox' selector rather than a 'dropdown' selector of apply the lavaLamp effect to Primary Navigation AND Secondary navigation

WorldFallz’s picture

Assigned: Unassigned » WorldFallz

Very nice. Will add it and see how it behaves.

encho’s picture

Any news on this one?

WorldFallz’s picture

I am working on it-- I hit a small snag in that the plugin at the link in the OP appears to be buggy with jquery 1.2 and I haven't had the time to track down the problem. I did notice that there's recently been another updated lavalamp plugin added to plugins.jquery.com, I just haven't had a chance to test it and compare it to the original (which is quite light). I hope to get some time to devote to it this week.

encho’s picture

Thank you for pointing that out, never could get it to work with jq 1.2. Now I can confirm that the latest one IS working on Drupal. I even have shadows and rounded corners on, works without any conflict (off course not in conjunction with those).

I have replaced the 2 instances of "current" in the script with "active" and have superb primary menu :-)

WorldFallz’s picture

Yep--- I played with the new plugin and got it working with drupal doing exactly what you did (replacing "current" with "active"). Now I just need to add it to the module-- I hope to have it done shortly.

Have you seen this page of sample menus? This plugin is quite a bit more flexible than I first thought-- very nice addition actually.

encho’s picture

Wow! Thanks for the link, this is fantastic!

mediamash’s picture

to encho: where did you find the 2 instances to replace with the default 'active' for drupal?

edited by me *

just change
curr = $("li.current", this)[0] || $($li[o.linum]).addClass("current")[0];
to
curr = $("li.active", this)[0] || $($li[o.linum]).addClass("active")[0];

that's it

stieglitz’s picture

Title: LavaLamp jQuery menu effects » lake effect water effect ripple effec

I love the simplicity of this module. Is there a chance of putting some modifications of the "lake effect"?

http://www.bringyou.to/java/waterpic.htm

panji’s picture

WorldFallz, what about the manu? is it already finish?

thanks

tsi’s picture

Title: lake effect water effect ripple effec » LavaLamp jQuery menu effects

Is the LavaLamp plugin included in the module ? not mentioned in the project page.
Would love to use it, thanks !

tsi’s picture

Hello again, Its been a while and no answer,
It looks like all the hard work has been done already...

very interested in using it,
Thanks.

gooddesignusa’s picture

Would also love to use lavalamp. Going to try to add it manually tomorrow.

stieglitz’s picture

Issue tags: -lavalamp addition

Not sure if this helps but I do have a tutorial on how to do the original LavaLamp menu in drupal if anyone is interested at http://www.rawdesigners.com/more-eye-candy

candelas’s picture

thanks stieglitz but the link doesnt work

stieglitz’s picture

Sorry about that hopefully you found it. I posted the correct link above. By the way, I did this fairly early in my drupal infancy. I think this does not follow Drupal best practices. Ideally it should be at least a custom module I believe.

sevol’s picture

i needed this. thanks stieglitz. i will read and follow the tutorial, if i have any problems can i ask you?

sevol’s picture

i followed the tutorial, but it doesn't work. my entire site just becomes white. >_<?

Roze-1’s picture

subscribe !

Roze-1’s picture

Any advancement with this module???

stieglitz’s picture

Issue tags: +lavalamp addition
StatusFileSize
new36.92 KB

Hey Worldfallz. Thanks for this module. I've been following since 08 and I finally learned git and have created my first patch. Not speaking for the quality of the documentation or anything else but it seems to work.

stieglitz

kenorb’s picture

Assigned: WorldFallz » Unassigned
Issue summary: View changes
Status: Active » Closed (outdated)

Closed because Drupal 6 is no longer supported. If the issue verifiably applies to later versions, please reopen with details and update the version.